home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Source Code / Libraries / CW GUSI 1.6.4 / include / ioctl.h < prev    next >
Text File  |  1995-04-02  |  548b  |  14 lines

  1. /*********************************************************************
  2. Project    :    GUSI                -    Grand Unified Socket Interface
  3. File        :    ioctl.h            -    Provide mission header ioctl.h for CodeWarrior
  4. Author    :    Matthias Neeracher
  5. Language    :    MPW C/C++
  6. $Log: GUSIDispatch.cp,v $
  7. *********************************************************************/
  8.  
  9. #include <sys/ioctl.h>
  10.  
  11. #define FIOINTERACTIVE (('f'<<8)|0x02)     /* If device is interactive */
  12. #define FIOREFNUM        (('f'<<8)|0x05)     /* Return fs refnum */
  13. #define FIOSETEOF        (('f'<<8)|0x06)     /* Set file length */
  14.